Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Solution #562

Closed
wants to merge 2 commits into from
Closed

Solution #562

wants to merge 2 commits into from

Conversation

ghost
Copy link

@ghost ghost commented Dec 13, 2023

No description provided.

Comment on lines 8 to 10
genres_ids: list[int] = None,
actors_ids: list[int] = None,
title: str | None = None

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
genres_ids: list[int] = None,
actors_ids: list[int] = None,
title: str | None = None
genres_ids: list[int] | None = None,
actors_ids: list[int] | None = None,
title: str | None = None

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Fix this everywhere.

Comment on lines 28 to 32
session_id: int,
show_time: str = None,
movie_id: int = None,
cinema_hall_id: int = None,
session_id: int,
show_time: str = None,
movie_id: int = None,
cinema_hall_id: int = None,
) -> None:

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

same as above

Comment on lines 9 to 14
@transaction.atomic
def create_order(
tickets: list[dict],
username: str,
date: str = None
) -> None:

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

same as above

@ghost ghost requested a review from YukihiroSM December 13, 2023 23:09
Copy link

@EdAlekseiev EdAlekseiev left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Good job

@ghost ghost closed this by deleting the head repository Sep 24, 2024
This pull request was closed.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants